# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.28

# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target

# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:

#=============================================================================
# Special targets provided by cmake.

# Disable implicit rules so canonical targets will work.
.SUFFIXES:

# Disable VCS-based implicit rules.
% : %,v

# Disable VCS-based implicit rules.
% : RCS/%

# Disable VCS-based implicit rules.
% : RCS/%,v

# Disable VCS-based implicit rules.
% : SCCS/s.%

# Disable VCS-based implicit rules.
% : s.%

.SUFFIXES: .hpux_make_needs_suffix_list

# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s

#Suppress display of executed commands.
$(VERBOSE).SILENT:

# A target that is always out of date.
cmake_force:
.PHONY : cmake_force

#=============================================================================
# Set environment variables for the build.

# The shell in which to execute make rules.
SHELL = /bin/sh

# The CMake executable.
CMAKE_COMMAND = /home/nono/Downloads/clion-2024.1/bin/cmake/linux/x64/bin/cmake

# The command to remove a file.
RM = /home/nono/Downloads/clion-2024.1/bin/cmake/linux/x64/bin/cmake -E rm -f

# Escaping for special characters.
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/nono/Desktop/7/A2L-master/schnorr

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/nono/Desktop/7/A2L-master/schnorr/cmake-build-debug

#=============================================================================
# Targets provided globally by CMake.

# Special rule for the target edit_cache
edit_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "No interactive CMake dialog available..."
	/home/nono/Downloads/clion-2024.1/bin/cmake/linux/x64/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
.PHONY : edit_cache

# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast

# Special rule for the target rebuild_cache
rebuild_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..."
	/home/nono/Downloads/clion-2024.1/bin/cmake/linux/x64/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache

# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast

# The main all target
all: cmake_check_build_system
	cd /home/nono/Desktop/7/A2L-master/schnorr/cmake-build-debug && $(CMAKE_COMMAND) -E cmake_progress_start /home/nono/Desktop/7/A2L-master/schnorr/cmake-build-debug/CMakeFiles /home/nono/Desktop/7/A2L-master/schnorr/cmake-build-debug/src//CMakeFiles/progress.marks
	cd /home/nono/Desktop/7/A2L-master/schnorr/cmake-build-debug && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/nono/Desktop/7/A2L-master/schnorr/cmake-build-debug/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	cd /home/nono/Desktop/7/A2L-master/schnorr/cmake-build-debug && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/clean
.PHONY : clean

# The main clean target
clean/fast: clean
.PHONY : clean/fast

# Prepare targets for installation.
preinstall: all
	cd /home/nono/Desktop/7/A2L-master/schnorr/cmake-build-debug && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /home/nono/Desktop/7/A2L-master/schnorr/cmake-build-debug && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	cd /home/nono/Desktop/7/A2L-master/schnorr/cmake-build-debug && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

# Convenience name for target.
src/CMakeFiles/bob.dir/rule:
	cd /home/nono/Desktop/7/A2L-master/schnorr/cmake-build-debug && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/CMakeFiles/bob.dir/rule
.PHONY : src/CMakeFiles/bob.dir/rule

# Convenience name for target.
bob: src/CMakeFiles/bob.dir/rule
.PHONY : bob

# fast build rule for target.
bob/fast:
	cd /home/nono/Desktop/7/A2L-master/schnorr/cmake-build-debug && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/bob.dir/build.make src/CMakeFiles/bob.dir/build
.PHONY : bob/fast

# Convenience name for target.
src/CMakeFiles/tumbler.dir/rule:
	cd /home/nono/Desktop/7/A2L-master/schnorr/cmake-build-debug && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/CMakeFiles/tumbler.dir/rule
.PHONY : src/CMakeFiles/tumbler.dir/rule

# Convenience name for target.
tumbler: src/CMakeFiles/tumbler.dir/rule
.PHONY : tumbler

# fast build rule for target.
tumbler/fast:
	cd /home/nono/Desktop/7/A2L-master/schnorr/cmake-build-debug && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/tumbler.dir/build.make src/CMakeFiles/tumbler.dir/build
.PHONY : tumbler/fast

bob.o: bob.c.o
.PHONY : bob.o

# target to build an object file
bob.c.o:
	cd /home/nono/Desktop/7/A2L-master/schnorr/cmake-build-debug && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/bob.dir/build.make src/CMakeFiles/bob.dir/bob.c.o
.PHONY : bob.c.o

bob.i: bob.c.i
.PHONY : bob.i

# target to preprocess a source file
bob.c.i:
	cd /home/nono/Desktop/7/A2L-master/schnorr/cmake-build-debug && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/bob.dir/build.make src/CMakeFiles/bob.dir/bob.c.i
.PHONY : bob.c.i

bob.s: bob.c.s
.PHONY : bob.s

# target to generate assembly for a file
bob.c.s:
	cd /home/nono/Desktop/7/A2L-master/schnorr/cmake-build-debug && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/bob.dir/build.make src/CMakeFiles/bob.dir/bob.c.s
.PHONY : bob.c.s

tumbler.o: tumbler.c.o
.PHONY : tumbler.o

# target to build an object file
tumbler.c.o:
	cd /home/nono/Desktop/7/A2L-master/schnorr/cmake-build-debug && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/tumbler.dir/build.make src/CMakeFiles/tumbler.dir/tumbler.c.o
.PHONY : tumbler.c.o

tumbler.i: tumbler.c.i
.PHONY : tumbler.i

# target to preprocess a source file
tumbler.c.i:
	cd /home/nono/Desktop/7/A2L-master/schnorr/cmake-build-debug && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/tumbler.dir/build.make src/CMakeFiles/tumbler.dir/tumbler.c.i
.PHONY : tumbler.c.i

tumbler.s: tumbler.c.s
.PHONY : tumbler.s

# target to generate assembly for a file
tumbler.c.s:
	cd /home/nono/Desktop/7/A2L-master/schnorr/cmake-build-debug && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/tumbler.dir/build.make src/CMakeFiles/tumbler.dir/tumbler.c.s
.PHONY : tumbler.c.s

util.o: util.c.o
.PHONY : util.o

# target to build an object file
util.c.o:
	cd /home/nono/Desktop/7/A2L-master/schnorr/cmake-build-debug && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/bob.dir/build.make src/CMakeFiles/bob.dir/util.c.o
	cd /home/nono/Desktop/7/A2L-master/schnorr/cmake-build-debug && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/tumbler.dir/build.make src/CMakeFiles/tumbler.dir/util.c.o
.PHONY : util.c.o

util.i: util.c.i
.PHONY : util.i

# target to preprocess a source file
util.c.i:
	cd /home/nono/Desktop/7/A2L-master/schnorr/cmake-build-debug && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/bob.dir/build.make src/CMakeFiles/bob.dir/util.c.i
	cd /home/nono/Desktop/7/A2L-master/schnorr/cmake-build-debug && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/tumbler.dir/build.make src/CMakeFiles/tumbler.dir/util.c.i
.PHONY : util.c.i

util.s: util.c.s
.PHONY : util.s

# target to generate assembly for a file
util.c.s:
	cd /home/nono/Desktop/7/A2L-master/schnorr/cmake-build-debug && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/bob.dir/build.make src/CMakeFiles/bob.dir/util.c.s
	cd /home/nono/Desktop/7/A2L-master/schnorr/cmake-build-debug && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/tumbler.dir/build.make src/CMakeFiles/tumbler.dir/util.c.s
.PHONY : util.c.s

# Help Target
help:
	@echo "The following are some of the valid targets for this Makefile:"
	@echo "... all (the default if no target is provided)"
	@echo "... clean"
	@echo "... depend"
	@echo "... edit_cache"
	@echo "... rebuild_cache"
	@echo "... bob"
	@echo "... tumbler"
	@echo "... bob.o"
	@echo "... bob.i"
	@echo "... bob.s"
	@echo "... tumbler.o"
	@echo "... tumbler.i"
	@echo "... tumbler.s"
	@echo "... util.o"
	@echo "... util.i"
	@echo "... util.s"
.PHONY : help



#=============================================================================
# Special targets to cleanup operation of make.

# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
	cd /home/nono/Desktop/7/A2L-master/schnorr/cmake-build-debug && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

